home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / typedef.TextRangeFP.n < prev    next >
Text File  |  1991-10-24  |  671b  |  40 lines

  1.  
  2.  
  3. .SH TYPEDEF NAME
  4. \fBfunctionptr TextRangeFP(
  5. Text* aText, int atPosition, int* start, int* end)
  6. .SH DESCRIPTION
  7. A Function returning a range of text at position \fBatPosition\fP in the arguments \fBstart\fP and \fBend\fP. Examples for \fBTextRangeFP\fP are \fIfunction CharacterRange WordRange ParagraphRange\fP.
  8. .SH ARGUMENTS
  9. .TP
  10. \fBText* aText
  11. .br
  12. .TP
  13. \fBint atPosition
  14. .br
  15. Position in Text.
  16. .TP
  17. \fBint* start
  18. .br
  19. Output: start of text range.
  20. .TP
  21. \fBint* end
  22. .br
  23. Output: end of text range.
  24. .SH CATEGORIES
  25.  
  26. .na
  27. text
  28. .ad b
  29.  
  30. .SH FILES
  31. .PD 0
  32. .TP 20
  33. declaration:
  34. \fBTextCmd.h
  35. .SH HISTORY
  36. chris@csesbg.at    Fri Apr 12 16:35 1991
  37. .br
  38. chris@csesbg.at    Wed Apr 17 13:49 1991
  39. .br
  40.